T
- the type of Property Graph (PG) config objects this builder builds.public abstract class AbstractPgGraphConfigBuilder<T extends AbstractPgGraphConfig> extends AbstractGraphConfigBuilder<T>
Constructor and Description |
---|
AbstractPgGraphConfigBuilder()
Instantiates a new AbstractPgGraphConfigBuilder builder.
|
Modifier and Type | Method and Description |
---|---|
AbstractPgGraphConfigBuilder<T> |
setLoadEdgeLabel(boolean b)
Sets whether to load edge label.
|
AbstractPgGraphConfigBuilder<T> |
setMaxNumConnections(int c)
Sets the maximum number of connections.
|
AbstractPgGraphConfigBuilder<T> |
setName(String name)
Sets the Property Graph (PG) name.
|
addEdgeProperty, addNodeProperty, addVertexProperty, build, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateVertexIdIndex, setCreateVertexIdMapping, setDateFormat, setErrorHandlingOnMissedPropKey, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setRefreshIntervalMs
public AbstractPgGraphConfigBuilder()
public AbstractPgGraphConfigBuilder<T> setLoadEdgeLabel(boolean b)
b
- if true, loads the edge labelgraph configuration documentation for details about the effects and default of this setting
public AbstractPgGraphConfigBuilder<T> setMaxNumConnections(int c)
c
- the number of connectionsgraph configuration documentation for details about the effects and default of this setting
public AbstractPgGraphConfigBuilder<T> setName(String name)
name
- the namegraph configuration documentation for details about the effects of this setting
Copyright © 2015. All rights reserved.